home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / gengetopt-2.6.lha / gengetopt-2.6 / Makefile.in < prev    next >
Makefile  |  2002-03-02  |  13KB  |  405 lines

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13. # Copyright (C) 1999, 2000, 2001  Free Software Foundation, Inc.
  14. #  
  15. # This file is part of GNU gengetopt 
  16. #
  17. # GNU gengetopt is free software; you can redistribute it and/or modify 
  18. # it under the terms of the GNU General Public License as published by 
  19. # the Free Software Foundation; either version 2, or (at your option) 
  20. # any later version. 
  21. #
  22. # GNU gengetopt is distributed in the hope that it will be useful, but 
  23. # WITHOUT ANY WARRANTY; without even the implied warranty of 
  24. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  25. # Public License for more details. 
  26. #
  27. # You should have received a copy of the GNU General Public License along 
  28. # with gengetopt; see the file COPYING. If not, write to the Free Software 
  29. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  30.  
  31.  
  32. SHELL = @SHELL@
  33.  
  34. srcdir = @srcdir@
  35. top_srcdir = @top_srcdir@
  36. VPATH = @srcdir@
  37. prefix = @prefix@
  38. exec_prefix = @exec_prefix@
  39.  
  40. bindir = @bindir@
  41. sbindir = @sbindir@
  42. libexecdir = @libexecdir@
  43. datadir = @datadir@
  44. sysconfdir = @sysconfdir@
  45. sharedstatedir = @sharedstatedir@
  46. localstatedir = @localstatedir@
  47. libdir = @libdir@
  48. infodir = @infodir@
  49. mandir = @mandir@
  50. includedir = @includedir@
  51. oldincludedir = /usr/include
  52.  
  53. DESTDIR =
  54.  
  55. pkgdatadir = $(datadir)/@PACKAGE@
  56. pkglibdir = $(libdir)/@PACKAGE@
  57. pkgincludedir = $(includedir)/@PACKAGE@
  58.  
  59. top_builddir = .
  60.  
  61. ACLOCAL = @ACLOCAL@
  62. AUTOCONF = @AUTOCONF@
  63. AUTOMAKE = @AUTOMAKE@
  64. AUTOHEADER = @AUTOHEADER@
  65.  
  66. INSTALL = @INSTALL@
  67. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  68. INSTALL_DATA = @INSTALL_DATA@
  69. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  70. transform = @program_transform_name@
  71.  
  72. NORMAL_INSTALL = :
  73. PRE_INSTALL = :
  74. POST_INSTALL = :
  75. NORMAL_UNINSTALL = :
  76. PRE_UNINSTALL = :
  77. POST_UNINSTALL = :
  78. AWK = @AWK@
  79. CC = @CC@
  80. CPP2HTML = @CPP2HTML@
  81. CXX = @CXX@
  82. EXEEXT = @EXEEXT@
  83. LEX = @LEX@
  84. MAKEINFO = @MAKEINFO@
  85. PACKAGE = @PACKAGE@
  86. TAR = @TAR@
  87. TXTC = @TXTC@
  88. VERSION = @VERSION@
  89. YACC = @YACC@
  90. YFLAGS = @YFLAGS@
  91. gengetoptdocdir = @gengetoptdocdir@
  92. gengetoptexamplesdir = @gengetoptexamplesdir@
  93.  
  94. EXTRA_DIST = reconf configure TODO LICENSE
  95. SUBDIRS = src doc tests
  96.  
  97. gengetoptdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE
  98. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  99. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  100. CONFIG_HEADER = config.h
  101. CONFIG_CLEAN_FILES =  txtc.sh
  102. DATA =  $(gengetoptdoc_DATA)
  103.  
  104. DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
  105. Makefile.am Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 \
  106. aclocal.m4 config.h.in configure configure.in install-sh missing \
  107. mkinstalldirs txtc.sh.in
  108.  
  109.  
  110. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  111.  
  112. GZIP_ENV = --best
  113. all: all-redirect
  114. .SUFFIXES:
  115. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  116.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  117.  
  118. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  119.     cd $(top_builddir) \
  120.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  121.  
  122. $(ACLOCAL_M4):  configure.in  acinclude.m4
  123.     cd $(srcdir) && $(ACLOCAL)
  124.  
  125. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  126.     $(SHELL) ./config.status --recheck
  127. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  128.     cd $(srcdir) && $(AUTOCONF)
  129.  
  130. config.h: stamp-h
  131.     @if test ! -f $@; then \
  132.         rm -f stamp-h; \
  133.         $(MAKE) stamp-h; \
  134.     else :; fi
  135. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  136.     cd $(top_builddir) \
  137.       && CONFIG_FILES= CONFIG_HEADERS=config.h \
  138.          $(SHELL) ./config.status
  139.     @echo timestamp > stamp-h 2> /dev/null
  140. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  141.     @if test ! -f $@; then \
  142.         rm -f $(srcdir)/stamp-h.in; \
  143.         $(MAKE) $(srcdir)/stamp-h.in; \
  144.     else :; fi
  145. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  146.     cd $(top_srcdir) && $(AUTOHEADER)
  147.     @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  148.  
  149. mostlyclean-hdr:
  150.  
  151. clean-hdr:
  152.  
  153. distclean-hdr:
  154.     -rm -f config.h
  155.  
  156. maintainer-clean-hdr:
  157. txtc.sh: $(top_builddir)/config.status txtc.sh.in
  158.     cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  159.  
  160. install-gengetoptdocDATA: $(gengetoptdoc_DATA)
  161.     @$(NORMAL_INSTALL)
  162.     $(mkinstalldirs) $(DESTDIR)$(gengetoptdocdir)
  163.     @list='$(gengetoptdoc_DATA)'; for p in $$list; do \
  164.       if test -f $(srcdir)/$$p; then \
  165.         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gengetoptdocdir)/$$p"; \
  166.         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gengetoptdocdir)/$$p; \
  167.       else if test -f $$p; then \
  168.         echo " $(INSTALL_DATA) $$p $(DESTDIR)$(gengetoptdocdir)/$$p"; \
  169.         $(INSTALL_DATA) $$p $(DESTDIR)$(gengetoptdocdir)/$$p; \
  170.       fi; fi; \
  171.     done
  172.  
  173. uninstall-gengetoptdocDATA:
  174.     @$(NORMAL_UNINSTALL)
  175.     list='$(gengetoptdoc_DATA)'; for p in $$list; do \
  176.       rm -f $(DESTDIR)$(gengetoptdocdir)/$$p; \
  177.     done
  178.  
  179. # This directory's subdirectories are mostly independent; you can cd
  180. # into them and run `make' without going through this Makefile.
  181. # To change the values of `make' variables: instead of editing Makefiles,
  182. # (1) if the variable is set in `config.status', edit `config.status'
  183. #     (which will cause the Makefiles to be regenerated when you run `make');
  184. # (2) otherwise, pass the desired values on the `make' command line.
  185.  
  186. @SET_MAKE@
  187.  
  188. all-recursive install-data-recursive install-exec-recursive \
  189. installdirs-recursive install-recursive uninstall-recursive  \
  190. check-recursive installcheck-recursive info-recursive dvi-recursive:
  191.     @set fnord $(MAKEFLAGS); amf=$$2; \
  192.     dot_seen=no; \
  193.     target=`echo $@ | sed s/-recursive//`; \
  194.     list='$(SUBDIRS)'; for subdir in $$list; do \
  195.       echo "Making $$target in $$subdir"; \
  196.       if test "$$subdir" = "."; then \
  197.         dot_seen=yes; \
  198.         local_target="$$target-am"; \
  199.       else \
  200.         local_target="$$target"; \
  201.       fi; \
  202.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  203.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  204.     done; \
  205.     if test "$$dot_seen" = "no"; then \
  206.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  207.     fi; test -z "$$fail"
  208.  
  209. mostlyclean-recursive clean-recursive distclean-recursive \
  210. maintainer-clean-recursive:
  211.     @set fnord $(MAKEFLAGS); amf=$$2; \
  212.     dot_seen=no; \
  213.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  214.       rev="$$subdir $$rev"; \
  215.       test "$$subdir" = "." && dot_seen=yes; \
  216.     done; \
  217.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  218.     target=`echo $@ | sed s/-recursive//`; \
  219.     for subdir in $$rev; do \
  220.       echo "Making $$target in $$subdir"; \
  221.       if test "$$subdir" = "."; then \
  222.         local_target="$$target-am"; \
  223.       else \
  224.         local_target="$$target"; \
  225.       fi; \
  226.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  227.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  228.     done && test -z "$$fail"
  229. tags-recursive:
  230.     list='$(SUBDIRS)'; for subdir in $$list; do \
  231.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  232.     done
  233.  
  234. tags: TAGS
  235.  
  236. ID: $(HEADERS) $(SOURCES) $(LISP)
  237.     list='$(SOURCES) $(HEADERS)'; \
  238.     unique=`for i in $$list; do echo $$i; done | \
  239.       awk '    { files[$$0] = 1; } \
  240.            END { for (i in files) print i; }'`; \
  241.     here=`pwd` && cd $(srcdir) \
  242.       && mkid -f$$here/ID $$unique $(LISP)
  243.  
  244. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  245.     tags=; \
  246.     here=`pwd`; \
  247.     list='$(SUBDIRS)'; for subdir in $$list; do \
  248.    if test "$$subdir" = .; then :; else \
  249.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  250.    fi; \
  251.     done; \
  252.     list='$(SOURCES) $(HEADERS)'; \
  253.     unique=`for i in $$list; do echo $$i; done | \
  254.       awk '    { files[$$0] = 1; } \
  255.            END { for (i in files) print i; }'`; \
  256.     test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  257.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  258.  
  259. mostlyclean-tags:
  260.  
  261. clean-tags:
  262.  
  263. distclean-tags:
  264.     -rm -f TAGS ID
  265.  
  266. maintainer-clean-tags:
  267.  
  268. distdir = $(PACKAGE)-$(VERSION)
  269. top_distdir = $(distdir)
  270.  
  271. # This target untars the dist file and tries a VPATH configuration.  Then
  272. # it guarantees that the distribution is self-contained by making another
  273. # tarfile.
  274. distcheck: dist
  275.     -rm -rf $(distdir)
  276.     GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  277.     mkdir $(distdir)/=build
  278.     mkdir $(distdir)/=inst
  279.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  280.     cd $(distdir)/=build \
  281.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  282.       && $(MAKE) $(AM_MAKEFLAGS) \
  283.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  284.       && $(MAKE) $(AM_MAKEFLAGS) check \
  285.       && $(MAKE) $(AM_MAKEFLAGS) install \
  286.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  287.       && $(MAKE) $(AM_MAKEFLAGS) dist
  288.     -rm -rf $(distdir)
  289.     @banner="$(distdir).tar.gz is ready for distribution"; \
  290.     dashes=`echo "$$banner" | sed s/./=/g`; \
  291.     echo "$$dashes"; \
  292.     echo "$$banner"; \
  293.     echo "$$dashes"
  294. dist: distdir
  295.     -chmod -R a+r $(distdir)
  296.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  297.     -rm -rf $(distdir)
  298. dist-all: distdir
  299.     -chmod -R a+r $(distdir)
  300.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  301.     -rm -rf $(distdir)
  302. distdir: $(DISTFILES)
  303.     -rm -rf $(distdir)
  304.     mkdir $(distdir)
  305.     -chmod 777 $(distdir)
  306.     @for file in $(DISTFILES); do \
  307.       d=$(srcdir); \
  308.       if test -d $$d/$$file; then \
  309.         cp -pr $$/$$file $(distdir)/$$file; \
  310.       else \
  311.         test -f $(distdir)/$$file \
  312.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  313.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  314.       fi; \
  315.     done
  316.     for subdir in $(SUBDIRS); do \
  317.       if test "$$subdir" = .; then :; else \
  318.         test -d $(distdir)/$$subdir \
  319.         || mkdir $(distdir)/$$subdir \
  320.         || exit 1; \
  321.         chmod 777 $(distdir)/$$subdir; \
  322.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  323.           || exit 1; \
  324.       fi; \
  325.     done
  326. info-am:
  327. info: info-recursive
  328. dvi-am:
  329. dvi: dvi-recursive
  330. check-am: all-am
  331. check: check-recursive
  332. installcheck-am:
  333. installcheck: installcheck-recursive
  334. all-recursive-am: config.h
  335.     $(MAKE) $(AM_MAKEFLAGS) all-recursive
  336.  
  337. install-exec-am:
  338. install-exec: install-exec-recursive
  339.  
  340. install-data-am: install-gengetoptdocDATA
  341. install-data: install-data-recursive
  342.  
  343. install-am: all-am
  344.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  345. install: install-recursive
  346. uninstall-am: uninstall-gengetoptdocDATA
  347. uninstall: uninstall-recursive
  348. all-am: Makefile $(DATA) config.h
  349. all-redirect: all-recursive-am
  350. install-strip:
  351.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  352. installdirs: installdirs-recursive
  353. installdirs-am:
  354.     $(mkinstalldirs)  $(DESTDIR)$(gengetoptdocdir)
  355.  
  356.  
  357. mostlyclean-generic:
  358.  
  359. clean-generic:
  360.  
  361. distclean-generic:
  362.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  363.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  364.  
  365. maintainer-clean-generic:
  366. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  367.  
  368. mostlyclean: mostlyclean-recursive
  369.  
  370. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  371.  
  372. clean: clean-recursive
  373.  
  374. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  375.  
  376. distclean: distclean-recursive
  377.     -rm -f config.status
  378.  
  379. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
  380.         maintainer-clean-generic distclean-am
  381.     @echo "This command is intended for maintainers to use;"
  382.     @echo "it deletes files that may require special tools to rebuild."
  383.  
  384. maintainer-clean: maintainer-clean-recursive
  385.     -rm -f config.status
  386.  
  387. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  388. uninstall-gengetoptdocDATA install-gengetoptdocDATA \
  389. install-data-recursive uninstall-data-recursive install-exec-recursive \
  390. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  391. all-recursive check-recursive installcheck-recursive info-recursive \
  392. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  393. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  394. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  395. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
  396. install-exec-am install-exec install-data-am install-data install-am \
  397. install uninstall-am uninstall all-redirect all-am all installdirs-am \
  398. installdirs mostlyclean-generic distclean-generic clean-generic \
  399. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  400.  
  401.  
  402. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  403. # Otherwise a system limit (for SysV at least) may be exceeded.
  404. .NOEXPORT:
  405.